.products-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

/* .product-card {
    background: white;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    text-align: center;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
*/



.product-card:hover .card-inner {
transform: rotateY(180deg);
}



.product-card {
perspective: 1000px;
width: 300px;
height: 400px;
position: relative;
}



.product-card

{
transition: all 0.5s ease;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
background: black ;
border-radius: 5px;
position: relative;
overflow: hidden;
margin: 10px;


}











.product-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 15px;
}

.product-description {
    font-size: 14px;
    color: #666;
    margin: 10px 0;
    overflow: hidden;
    display: -webkit-box;
   
    -webkit-box-orient: vertical;
}

.details-btn {
    background-color: #007bff;
    color: white;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

.details-btn:hover {
    background-color: #0056b3;
}

.pagination-container {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 20px;
}

.pagination-btn {
    padding: 8px 15px;
    border: none;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.pagination-btn.active {
    background-color: #0056b3;
}

@media (max-width: 768px) {
    .products-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .products-container {
        grid-template-columns: 1fr;
    }
    
    
    
}






.products-container {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
  }
  
  .product-card {
      width: 300px;
      padding: 20px;
      border-radius: 10px;
      text-align: center;
      transition: all 0.3s ease;
  }
  
  .style1 { background: #f8f9fa; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
 
 
 
  .style2 { background: #007bff; color: white;
  
  
.product-card:hover .card-inner {
transform: rotateY(180deg);
}



.product-card {
perspective: 1000px;
width: 500px;
height: 800px;
position: relative;
}



.product-card

{
transition: all 0.5s ease;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
background: black ;
border-radius: 5px;
position: relative;
overflow: hidden;
margin: 10px;


};





.product-info{

background-color: rgb(255, 0, 0);
} ;




  
  }





  .style3 { background: #28a745; color: white; border: 2px solid white; }
  .style4 { background: black; color: white; border: 2px dashed red; }
  .style5 { background: white; border: 2px solid #007bff; }
  
  .buttons {
      margin-bottom: 20px;
  }
  .buttons button {
      padding: 10px;
      margin: 5px;
      cursor: pointer;
      border: none;
      border-radius: 5px;
      background: #007bff;
      color: white;
  }




  


  .style6{

      background: #28a745; color: white; border: 2px solid white;

      
      
      .product-card:hover .card-inner {
transform: rotateY(180deg);
}
      
.product-card {
perspective: 1000px;
width: 200px;
height: 400px;
position: relative;
}



.product-card

{
transition: all 0.5s ease;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
background: black ;
border-radius: 5px;
position: relative;
overflow: hidden;
margin: 10px;


};

.products-container {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
  }
  






    
  };


  .style7{

background: #e6e6e6; color: rgb(226, 0, 0); 



}










.XX{
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
    background-color : none;
    margin-top: 20px;
}

.products-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

/* .product-card {
    background: white;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    text-align: center;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
*/



.product-card:hover .card-inner {
transform: rotateY(180deg);
}



.product-card {
perspective: 1000px;
width: 300px;
height: 400px;
position: relative;
}



.product-card

{
transition: all 0.5s ease;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
background: black ;
border-radius: 5px;
position: relative;
overflow: hidden;
margin: 10px;


}











.product-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 15px;
}

.product-description {
    font-size: 14px;
    color: #666;
    margin: 10px 0;
    overflow: hidden;
    display: -webkit-box;
   
    -webkit-box-orient: vertical;
}

.details-btn {
    background-color: #007bff;
    color: white;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

.details-btn:hover {
    background-color: #0056b3;
}

.pagination-container {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 20px;
}

.pagination-btn {
    padding: 8px 15px;
    border: none;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.pagination-btn.active {
    background-color: #0056b3;
}

@media (max-width: 768px) {
    .products-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .products-container {
        grid-template-columns: 1fr;
    }
    
    
}






.products-container {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
  }
  
  .product-card {
      width: 300px;
      padding: 20px;
      border-radius: 10px;
      text-align: center;
      transition: all 0.3s ease;
  }
  
  .style1 { background: #f8f9fa; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
 
 
 
  .style2 { background: #007bff; color: white;
  
  
.product-card:hover .card-inner {
transform: rotateY(180deg);
}



.product-card {
perspective: 1000px;
width: 500px;
height: 800px;
position: relative;
}



.product-card

{
transition: all 0.5s ease;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
background: black ;
border-radius: 5px;
position: relative;
overflow: hidden;
margin: 10px;


};





.product-info{

background-color: rgb(255, 0, 0);
} ;




  
  }





  .style3 { background: #28a745; color: white; border: 2px solid white; }
  .style4 { background: black; color: white; border: 2px dashed red; }
  .style5 { background: white; border: 2px solid #007bff; }
  
  .buttons {
      margin-bottom: 20px;
  }
  .buttons button {
      padding: 10px;
      margin: 5px;
      cursor: pointer;
      border: none;
      border-radius: 5px;
      background: #007bff;
      color: white;
  }




  


  .style6{

      background: #28a745; color: white; border: 2px solid white;

      
      
      .product-card:hover .card-inner {
transform: rotateY(180deg);
}
      
.product-card {
perspective: 1000px;
width: 200px;
height: 400px;
position: relative;
}



.product-card

{
transition: all 0.5s ease;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
background: black ;
border-radius: 5px;
position: relative;
overflow: hidden;
margin: 10px;


};

.products-container {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
  }
  






    
  };


  .style7{

background: #e6e6e6; color: rgb(226, 0, 0); 



}





    
@media (max-width: 768px) {
    .products-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
 
     #productsContainer {
      display:inline-flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    
}


